home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem Swap file directory
- if not '%go32tmp%' == '' goto have_tmp
- if not '%gcctmp%' == '' goto have_tmp
- if not '%tmp%' == '' goto have_tmp
- if not '%temp%' == '' goto have_tmp
- set temp=C:\WINDOWS\TEMP
- :have_tmp
- if not '%go32%' == '' goto have_go32
- set go32=driver C:\GRAPHICS\DISPLAY\driver\et4000.grn
- :have_go32
- C:\GRAPHICS\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
- rem
- rem If you don't copy go32.exe to your search path, then
- rem C:\GRAPHICS\DISPLAY\go32 C:\GRAPHICS\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
-